usage: mpegencoder  [/s startFrame [/f frameCount] [/b bitrate] [/l] [/v] [/h] [/srcgamma source gamma] [/destgamma destination gamma] [/y offset] [/m GOP-Length] [/n I-P-frames-distance] inputfile outputfile width height left top right bottom [outputfile2 width2 height2 left2 top2 right2 bottom2]
    or mpegencoder  [/s startFrame [/f frameCount] [/b bitrate] [/l] [/v] [/h] [/srcgamma source gamma] [/destgamma destination gamma] [/y offset] [/m GOP-Length] [/n I-P-frames-distance] inputfile outputfile width height



inputfile: 	path to the first image file
outputfile: 	path to *.m2v outfile
width:		width of the video
height:		height of the video
left top right bottom : crop rectangle in source space 

		
options
	/p          		create preview
	/n value		I-P-frames-distance
	/m value		GOP-Length 
	/s startFrame 		first id of the sequence
	/f frameCount		count of frame to be encode 	
	/b bitrate		mpeg bitrate (min. 50000000 for 3000 x 3000 pixel)

	/v			vertical flip 
	/h			horizontal flip
	/l			single frame
	/srcgamma value		source gamma
	/destgamma value	destination gamma
	/y	value		Helligkeitsoffset by der RGB -> YUV Konvertierung
